|
simpletext library
v0.98
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"Functions | |
| int | getHex (void) |
| Get hexadecimal number from the debug port. | |
| int | readHex (text_t *text) |
| Get hexadecimal number from the receive device. | |
Function to get hexadecimal number from the terminal.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
| int getHex | ( | void | ) |
Get hexadecimal number from the debug port.
| int readHex | ( | text_t * | device | ) |
Get hexadecimal number from the receive device.
| *device | Previously open/started terminal device. |
1.8.1.2